.videocontent {
  background: #ffffff;
  border-radius: 2px;
}

.videocontent .header {
  display: flex;
  align-items: center;
}

.videocontent .header .img {
  width: 23px;
  height: 23px;
}

.videocontent .header .title {
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}

.videocontent .videoitem {
}

.videocontent .videoitem .vitem {
  width: 228px;
  height: 152px;
  margin-bottom: 11px;
}

.videocontent .videoitem .vitem .img1 {
  width: 228px;
  height: 152px;
  object-fit: cover;
}
